Click or drag to resize

MessageReplyTo Property

Gets or sets Reply-To header field. The Reply-To header field is used to indicate a URI, which should be used in replying to this request. Normally, this URI is present in the From header field. However, in some cases, the From cannot be populated with this information, so the URI in this header field should be used instead of the From URI.

Namespace:  Independentsoft.Sip.Methods
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public ContactInfo ReplyTo { get; set; }

Property Value

Type: ContactInfo
See Also